home *** CD-ROM | disk | FTP | other *** search
- object ApplyDDform: TApplyDDform
- Left = 302
- Top = 76
- Width = 588
- Height = 446
- ActiveControl = Panel1
- Caption = 'ApplyDDform'
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- OnActivate = FormActivate
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 580
- Height = 50
- Align = alTop
- TabOrder = 0
- object DBNavigator: TDBNavigator
- Left = 10
- Top = 10
- Width = 291
- Height = 31
- DataSource = MyDataSource
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 0
- end
- end
- object GroupBox1: TGroupBox
- Left = 18
- Top = 60
- Width = 541
- Height = 337
- Caption = 'GroupBox1'
- TabOrder = 1
- object Label1: TLabel
- Left = 22
- Top = 28
- Width = 85
- Height = 16
- AutoSize = False
- Caption = 'FIRSTNAME'
- FocusControl = EditFIRSTNAME
- end
- object Label4: TLabel
- Left = 22
- Top = 58
- Width = 79
- Height = 16
- AutoSize = False
- Caption = 'CATAGORY'
- FocusControl = EditCATAGORY
- end
- object Label5: TLabel
- Left = 22
- Top = 86
- Width = 103
- Height = 16
- AutoSize = False
- Caption = 'NOTES'
- FocusControl = MemoNOTES
- end
- object Label6: TLabel
- Left = 22
- Top = 151
- Width = 50
- Height = 16
- AutoSize = False
- Caption = 'ADDR1'
- FocusControl = EditADDR
- end
- object Label8: TLabel
- Left = 22
- Top = 203
- Width = 50
- Height = 16
- AutoSize = False
- Caption = 'CITY'
- FocusControl = EditCITY
- end
- object Label12: TLabel
- Left = 22
- Top = 241
- Width = 49
- Height = 16
- AutoSize = False
- Caption = 'EMAIL'
- FocusControl = EditEMAIL
- end
- object Label13: TLabel
- Left = 22
- Top = 273
- Width = 55
- Height = 16
- AutoSize = False
- Caption = 'PHONE'
- FocusControl = EditPHONE
- end
- object Label3: TLabel
- Left = 282
- Top = 26
- Width = 80
- Height = 16
- AutoSize = False
- Caption = 'LASTNAME'
- FocusControl = EditLASTNAME
- end
- object Label7: TLabel
- Left = 360
- Top = 66
- Width = 79
- Height = 16
- Caption = 'Mail statistics'
- end
- object Label17: TLabel
- Left = 372
- Top = 90
- Width = 38
- Height = 16
- Caption = 'Mail In'
- end
- object Label18: TLabel
- Left = 432
- Top = 90
- Width = 46
- Height = 16
- Caption = 'Mail out'
- end
- object Label2: TLabel
- Left = 294
- Top = 156
- Width = 63
- Height = 16
- Caption = 'How many'
- end
- object Label15: TLabel
- Left = 300
- Top = 127
- Width = 51
- Height = 16
- Caption = 'Last one'
- FocusControl = EditLASTMAILTO
- end
- object Label11: TLabel
- Left = 342
- Top = 203
- Width = 25
- Height = 16
- AutoSize = False
- Caption = 'ZIP'
- FocusControl = EditPOSTALCODE
- end
- object Label9: TLabel
- Left = 204
- Top = 205
- Width = 49
- Height = 16
- AutoSize = False
- Caption = 'STATE'
- FocusControl = EditSTATE
- end
- object Label10: TLabel
- Left = 246
- Top = 243
- Width = 103
- Height = 16
- AutoSize = False
- Caption = 'COUNTRY'
- FocusControl = EditCOUNTRY
- end
- object Label14: TLabel
- Left = 258
- Top = 275
- Width = 61
- Height = 16
- AutoSize = False
- Caption = 'Last call'
- FocusControl = EditLASTPHONE
- end
- object EditPHONE: TDBEdit
- Left = 91
- Top = 269
- Width = 140
- Height = 24
- DataField = 'PHONE'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 0
- end
- object EditEMAIL: TDBEdit
- Left = 91
- Top = 237
- Width = 144
- Height = 24
- DataField = 'EMAIL'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 1
- end
- object EditCITY: TDBEdit
- Left = 91
- Top = 199
- Width = 96
- Height = 24
- DataField = 'CITY'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 2
- end
- object EditADDR: TDBEdit
- Left = 91
- Top = 147
- Width = 192
- Height = 46
- DataField = 'ADDR1'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 3
- end
- object MemoNOTES: TDBMemo
- Left = 91
- Top = 86
- Width = 192
- Height = 53
- DataField = 'NOTES'
- DataSource = MyDataSource
- TabOrder = 4
- end
- object EditCATAGORY: TDBEdit
- Left = 121
- Top = 54
- Width = 138
- Height = 24
- DataField = 'CATAGORY'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 5
- end
- object EditFIRSTNAME: TDBEdit
- Left = 121
- Top = 24
- Width = 140
- Height = 24
- DataField = 'FIRSTNAME'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 6
- end
- object EditLASTNAME: TDBEdit
- Left = 373
- Top = 28
- Width = 140
- Height = 24
- DataField = 'LASTNAME'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 7
- end
- object EditLASTMAILTO: TDBEdit
- Left = 361
- Top = 117
- Width = 70
- Height = 24
- DataField = 'LASTMAILTO'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 8
- end
- object EditLASTMFROM: TDBEdit
- Left = 445
- Top = 113
- Width = 70
- Height = 24
- DataField = 'LASTMFROM'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 9
- end
- object EditNumMailFm: TDBEdit
- Left = 366
- Top = 150
- Width = 67
- Height = 24
- DataField = 'NumMailFm'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 10
- end
- object EditNumMailTo: TDBEdit
- Left = 444
- Top = 150
- Width = 67
- Height = 24
- DataField = 'NumMailTo'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 11
- end
- object EditPOSTALCODE: TDBEdit
- Left = 367
- Top = 199
- Width = 108
- Height = 24
- DataField = 'POSTALCODE'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 12
- end
- object EditSTATE: TDBEdit
- Left = 259
- Top = 201
- Width = 72
- Height = 24
- DataField = 'STATE'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 13
- end
- object EditCOUNTRY: TDBEdit
- Left = 331
- Top = 233
- Width = 140
- Height = 24
- DataField = 'COUNTRY'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 14
- end
- object EditLASTPHONE: TDBEdit
- Left = 325
- Top = 271
- Width = 70
- Height = 24
- DataField = 'LASTPHONE'
- DataSource = MyDataSource
- MaxLength = 0
- TabOrder = 15
- end
- end
- object MyDataSource: TDataSource
- Enabled = False
- Left = 287
- Top = 5
- end
- object MyTable: TTable
- DatabaseName = 'xyz'
- Exclusive = True
- Left = 260
- Top = 5
- end
- object MyDatabase: TDatabase
- Connected = True
- DatabaseName = 'xyz'
- DriverName = 'STANDARD'
- Left = 228
- Top = 6
- end
- object MyQuery: TQuery
- DatabaseName = 'xyz'
- Left = 312
- Top = 6
- end
- object DictTable: TTable
- Left = 258
- Top = 18
- end
- end
-